Welcome![Sign In][Sign Up]
Location:
Search - polygon line

Search list

[OpenGL programPolygon-Scan

Description: 利用OpenGL来编程实现多边形扫描线算法,要实现不容易,需要多次编译。 -to use OpenGL Programming polygon scan-line algorithm, is not easy to achieve the required number of compiler.
Platform: | Size: 5132 | Author: CYJ | Hits:

[Special Effectscagd_arithmetic

Description: 怒火之袍的贡献,有算法介绍如判断点是否在线段上、判断两线段是否相交、判断线段和直线是否相交、判断点是否在多边形中、判断线段是否在多边形内、计算点到线段的最近点、计算点到圆的最近距离及交点坐标、计算两条共线的线段的交点、求线段或直线与圆的交点、凸包的求法等等,图文并茂-Army's contribution to the gowns, as introduced algorithm to determine the point of whether online, to judge whether two line segments intersect, Line judge whether the intersection of straight lines and determine whether a polygon, line judge whether the polygon, Calculation point line to the nearest point to calculate points to the recent circular intersection coordinates and distance to calculate two line segments a total of the intersection, for a segment, or the linear and circular intersection, the convex hull for France and so on, with the aid of diagrams
Platform: | Size: 37924 | Author: 漫步者 | Hits:

[OtherCollapseNarrowPolygons

Description: 在ArcGIS环境下,将一个狭长的多边形压缩成一条线,以及将选定的一个多边形压缩成一条线。主要用在地理数据综合方面-in ArcGIS environment, a narrow compressed into a polygon line and selected a polygon compressed into one line. The main geographical data synthesis
Platform: | Size: 952 | Author: 翔哲佐 | Hits:

[Special Effectsgui16

Description: 本原代码集是我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等-primitive code sets for my computer graphics programming practice, including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, textures, etc.
Platform: | Size: 2731008 | Author: 卢峰 | Hits:

[OtherCollapseNarrowPolygons

Description: 在ArcGIS环境下,将一个狭长的多边形压缩成一条线,以及将选定的一个多边形压缩成一条线。主要用在地理数据综合方面-in ArcGIS environment, a narrow compressed into a polygon line and selected a polygon compressed into one line. The main geographical data synthesis
Platform: | Size: 1024 | Author: 翔哲佐 | Hits:

[Special Effectsmylineseg

Description: 线段及直线的基本运算 1. 点与线段的关系2. 求点到线段所在直线垂线的垂足3. 点到线段的最近点4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内7. 求矢量夹角余弦 8. 求线段之间的夹角9. 判断线段是否相交10.判断线段是否相交但不交在端点处11.求线段所在直线的方程 12.求直线的斜率 13.求直线的倾斜角14.求点关于某直线的对称点15.判断两条直线是否相交及求直线交点 16.判断线段是否相交,如果相交返回交点-straight line segment and a basic computing. Point and the line between the two. Seeking to point straight vertical line segment where the Pedal 3. Line points to the recent four points. Point to the straight line distance from the host 5. Set point to the recently broken away from six. To judge whether the circular polygon 7. for vector cosine angle 8. for the angle between the line 9. Line judge whether the intersection 10. Line judge whether the intersection but do not pay the endpoint Office 11. for the straight line segment where equation 12. for a linear slope 13. seeking straight tilt angle 14. Points on a linear symmetrical points 15. to judge whether the intersection of two straight and for 16 straight intersection. Line judge whether the intersection, the intersection to intersec
Platform: | Size: 1024 | Author: 孤星赶月 | Hits:

[OpenGL programscanexample

Description: 基于opengl的多边形扫描算法演示系统,可以演示出多边形填充过程中扫描线扫描的结果,动态的演示出来。-on opengl polygon scan algorithm demonstration system that can demonstrate Polygon Fill out the process of scanning line scan results, dynamic demo out.
Platform: | Size: 1244160 | Author: 0 | Hits:

[Special Effects计算几何

Description: 计算几何大全,c++代码,内含点,直线,线段,圆,弧,多边形等求交,相互关系等等各种算法,对CAD等编程有很大帮助-computational geometry Daquan, c code, intron, straight line, circle, arc, polygon, etc. intersection, mutual relations, and so on various algorithms, such as the CAD program is very helpful
Platform: | Size: 13312 | Author: 孤星赶月 | Hits:

[2D GraphicexportDllNestPolygon

Description: 本dll文件实现了点,线段,直线,多边形的类,完成了多边形的一些常用方法:求面积,判断是否是简单多边形,求多边形并,判断两个多边形的位置关系等方法。-the dll file to achieve a point, line, line, polygon category, completed the polygons of some commonly used methods : for the area to determine whether it is simple polygon, and polygons seek to determine the location of two polygons relations methods.
Platform: | Size: 131072 | Author: 童彬 | Hits:

[Fractal program几何图形的画法

Description: 计算机图形学,画圆,画直线,画多边形,填充.-computer graphics, Circle, painting line, polygon drawing, filling.
Platform: | Size: 97280 | Author: 聪聪 | Hits:

[2D GraphicToyCAD

Description: 简易的2d CAD.有很详细的注释。 实现了画圆,线,矩形,多边形,颜色,镜像,删除,缩放。 -simple 2d CAD. Very detailed comments. To achieve the Circle, line, rectangle, polygon, color images, delete, zooming.
Platform: | Size: 197632 | Author: 段鹏久 | Hits:

[OpenGL program0327401100

Description: 多边形的填充,算法可用于任何多边形的填充,只需知道它们的定点坐标就行。使用OpenGl写code-Polygon fill algorithm can be used for any polygon filling, they know only the sentinel coordinates on the line. Use OpenGl write code
Platform: | Size: 54272 | Author: 丁钱飞 | Hits:

[OpenGL programPolygon-Scan

Description: 利用OpenGL来编程实现多边形扫描线算法,要实现不容易,需要多次编译。 -to use OpenGL Programming polygon scan-line algorithm, is not easy to achieve the required number of compiler.
Platform: | Size: 5120 | Author: CYJ | Hits:

[Special Effectscagd_arithmetic

Description: 怒火之袍的贡献,有算法介绍如判断点是否在线段上、判断两线段是否相交、判断线段和直线是否相交、判断点是否在多边形中、判断线段是否在多边形内、计算点到线段的最近点、计算点到圆的最近距离及交点坐标、计算两条共线的线段的交点、求线段或直线与圆的交点、凸包的求法等等,图文并茂-Army's contribution to the gowns, as introduced algorithm to determine the point of whether online, to judge whether two line segments intersect, Line judge whether the intersection of straight lines and determine whether a polygon, line judge whether the polygon, Calculation point line to the nearest point to calculate points to the recent circular intersection coordinates and distance to calculate two line segments a total of the intersection, for a segment, or the linear and circular intersection, the convex hull for France and so on, with the aid of diagrams
Platform: | Size: 37888 | Author: 漫步者 | Hits:

[OpenGL programscan_line_polygonfilling

Description: OPENGL中实现多边形的扫描线算法,能够动态地表现多边形的填充过程。 -achieve OpenGL polygon scan line algorithm performance can be dynamically polygon filling process.
Platform: | Size: 3072 | Author: ldx | Hits:

[GDI-Bitmapline_polygon_arcs

Description: 采用VC++.NET编写的画线、画矩形、椭圆、弧线和多边形及折线Graphic方法。-using VC.NET prepared by the line drawing, painting rectangular, oval, arcs and polygons and dogleg Graphic methods.
Platform: | Size: 80896 | Author: 庞昊 | Hits:

[GIS programpolygon4

Description: GIS中基本图元画法,包括点、线、折线、多边形的画、移动、修改,-basic GIS map painting, including point, line, broken line, polygon painting, moving, changes
Platform: | Size: 1199104 | Author: 张新 | Hits:

[ISAPI-IEjs-graphics

Description: DHTML, JavaScript Draw Line, Circle, Ellipse (Oval), Polyline, Polygon, Rectangle. High Performance JavaScript Vector Graphics Library. -DHTML, JavaScript Draw Line, Circle, Ellipse (Dec.), Polyline, Polygon, Rectangle. High Performance JavaScript Vecto r Graphics Library.
Platform: | Size: 6144 | Author: shuajie | Hits:

[2D GraphicCG-3

Description: 多边形扫描转换填充 A C++ program to fill a Polygon using Scan Line Polygon Fill Algorithm.-Polygon scan conversion Fill A C++ Program to fill a Polygon using Scan Line Polygon Fill Algorithm.
Platform: | Size: 2048 | Author: 艾文 | Hits:

[Graph DrawingScan-line-seed-fill

Description: 种子扫描线填充,动态画多边形,并填充颜色。-Scan line seed fill, dynamic polygon drawing and filling color.
Platform: | Size: 1397760 | Author: 王上册 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 29 »

CodeBus www.codebus.net